Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MSSQL
1) Aggregate Functions
2) Analytical Functions
3) Constraints
4) Cursor
5) Data Set
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Insert Delete Update
11) Math Functions
12) Select Query
13) Sequence
14) Store Procedure Function
15) String Functions
16) Subquery
17) System
18) Table
19) Table Joins
20) Transact SQL
21) Transaction
22) Trigger
23) View
24) XML
Table Joins
1) A LEFT OUTER JOIN includes all the information from the table on the left
2) ANSI join syntax
3) ANSI join syntax for cross join
4) Cartesian Product
5) Column alias in table join
6) Cross join tables
7) INNER JOIN with different syntax
8) Inner join with condition on joined field
9) Joining a Table with Itself
10) Joins are advantageous over subqueries if the SELECT list in a query contains columns from more than one table
11) LEFT JOIN with group by and order by
12) NOT EXISTS function with table join
13) Performing Self-Joins
14) Reference table name
15) RIGHT OUTER JOIN includes all the information from the table on the right
16) RIGHT OUTER JOIN with not NULL condition
17) Select columns from all tables
18) SET SHOWPLAN_TEXT ON for a table join
19) SQL Server join syntax
20) Table join with data returned from function
21) Use Count function in a left join
22) Using the operator to reference entire row
23) Using TOP in left join
24) Using TOP in RIGHT JOIN
25) Using TOP in table join
26) Working with INNER JOIN